Class DLCITableImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.DLCITableImpl
All Implemented Interfaces:
IPCData, DLCITable

public class DLCITableImpl extends IPCDataImpl implements DLCITable
  • Field Details

  • Constructor Details

    • DLCITableImpl

      public DLCITableImpl()
  • Method Details

    • getDlciEntries

      public List<FrameRelayMapEntry> getDlciEntries()
      Specified by:
      getDlciEntries in interface DLCITable
      Returns:
      List<FrameRelayMapEntry> Returns a List<FrameRelayMapEntry>
    • setDlciEntries

      public void setDlciEntries(List<FrameRelayMapEntry> dlciEntries)
      Specified by:
      setDlciEntries in interface DLCITable
      Parameters:
      dlciEntries - Takes in a parameter of dlciEntries
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object